home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Communication / Gazetteer / Source / menus < prev    next >
Text File  |  1991-11-08  |  624b  |  26 lines

  1. #
  2. # This file describes the telnet protocol for the geographic server.
  3. # You might need to change this to keep in synch with their simple
  4. # telnet interface (which so far has rarely changed).
  5. #
  6. # Michael Hawley
  7. # November 9, 1991
  8. #
  9. Attach:
  10.   !"telnet 141.212.99.9 3000" +"telnet martini.eecs.umich.edu . . ." => Connect
  11.  
  12. Detach:
  13.                 "\nquit\n" +"Disconnected."
  14.  
  15. Connect:
  16.   /Trying/      +"trying . . ."
  17.   /timed out/   +"timed out!" => Detach
  18.   /unreachable/ +"unreachable!" => Detach
  19.   /Connected/   +"connecting . . ." => Login
  20.  
  21. Login:
  22.   /^\./    +"connected!" => Ready
  23.  
  24. Ready:
  25.   /Connection closed/ => Detach
  26.